![]() |
WaitMouseUp |
||||
Header: | Events.h | Carbon status: | Supported | |
After receiving a mouse-down event, determines if the user subsequently released the mouse.
Boolean WaitMouseUp ();
The WaitMouseUp function looks in the Operating System event queue for a mouse-up event. If it finds one, the WaitMouseUp function removes the mouse-up event from the queue and returns false. If it does not find any mouse up events pending in the Operating System event queue, the WaitMouseUp function returns true.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)